Analytical Capability Academy · Module 02

The Skeleton
of Analytical Work

The shape analysis takes once the mindset is in place

D
Types of Analytical Problems
E
Structured Thinking · MECE
F
From Issue Trees to Hypotheses
Corporate Training - 2026 · Cards D · E · F
Module 02 · The Skeleton

The Structure of Analytical Work

Three cards on what shape analysis takes

D

Types of Analytical Problems

Three reasoning modes — deductive, inductive, abductive — and why using the wrong one for the problem produces sophisticated answers to questions that were never asked.

E

Structured Thinking (MECE)

Why most analytical errors are structural, not technical — and how mutually exclusive, collectively exhaustive decomposition prevents the overlaps and gaps that downstream tools cannot fix.

F

From Issue Trees to Hypotheses

The bridge from thinking to measuring. How concepts become variables and variables become testable claims — and why structure alone never produces findings on its own.

Card D Module 02

Three Reasoning Modes

Tool-first analysis fails not because the tool is wrong — but because the question asked of it was never the question the tool can answer.

Critical source of analytical failure: applying the wrong type of reasoning to a business problem

Mode 01 · Deductive

Test what you believe

Rules and relationships are known in advance. The analyst tests whether a specific hypothesis holds. General principle → specific case. Highest certainty.

Mode 02 · Inductive

Discover structure

No predefined categories. The analyst lets patterns emerge from data. Specific observations → general patterns. Provisional certainty.

Mode 03 · Abductive

Explain what happened

An outcome is observed; the cause is unclear. The analyst weighs competing explanations and chooses the most plausible. Observed effect → inferred cause. Lowest inherent certainty.

Card D Module 02

Deductive · Inductive · Abductive

An operator believes its 15% loyalty discount drives a meaningful reduction in churn among price-sensitive prepaid subscribers.
→ The hypothesis is explicit: Offer → churn reduction.
→ The variables are defined: Offer applied (yes/no), 90-day churn, subscriber segment.
→ The test is straightforward: Compare churn in segments that received the offer against those that did not, controlling for the seasonal baseline.

The analyst is not discovering anything new about how the business works; they are testing whether a specific belief holds. This is a deductive question.

Card D Module 02

Deductive · Inductive · Abductive

An operator has not previously categorised its subscriber base in any structured way.
→ The analyst is asked: "Are there natural groupings of subscribers we should be aware of?"
→ The analyst applies clustering techniques to behavioural and usage data.
→ Discovers, three meaningful groups: high-data power users, intermittent voice-only users, and a previously invisible segment of dormant SIMs that still recharge.

None of these segments was specified in advance. They emerged from the data. The output is a hypothesis about how subscribers naturally group — not a tested fact.This is an inductive question.

Card D Module 02

Deductive · Inductive · Abductive

An operator observes that 90-day retention dropped sharply for the subscriber cohort acquired in March.
→ Multiple plausible explanations exist.
→ The analyst compares several competing explanations and eliminates those that do not fit the observed pattern.
→ The acquisition campaign remains the explanation most consistent with the available evidence.
→ This does not prove causation, but it provides the strongest working explanation.

This is not proof. It is an inference. "the explanation most consistent with the evidence," not as "the cause."

Card D Practice · Interactive

Practice · Reasoning Mode Classifier

Scenario 1 / 8
Pick the reasoning mode the scenario calls for.
Card D Practice · Interactive

Practice · Reasoning Mode Classifier

Scenario 1 / 8
Pick the reasoning mode the scenario calls for.
Card D Practice · Interactive

K-Means · Live Demo

Each point represents a telecom tower. The stars represent maintenance teams or service hubs. Use clustering to test whether service territories can reduce travel burden.

Click canvas to add towers, or generate random towers. Then step through the maintenance allocation process.
Total maintenance distance: —
Business meaning: lower distance usually means less travel time, faster response, and better spare-parts positioning.

· Click to place points · Random Points are uniformly scattered · Colored regions = service territories · Boundary line = equal distance between teams ·

Teams =
Step: 3
Realistic Business Framing

This demo shows how clustering can test whether initialy set administrative regions are operationally efficient, where teams may be overloaded, and where service hubs or spare parts may need repositioning.

What to observe

Watch maintenance teams / service hubs (★) reposition each step. The colored regions are service territories — every area belongs to its nearest maintenance team. The boundary line shows equal travel distance between two teams. Towers on one side are closer to one team; towers on the other side are closer to another. As teams move, service territories shift too.

Card D Practice · Interactive

DBSCAN · Live Demo

DBSCAN groups dense regions together and labels isolated observations as noise. Unlike K-Means, it does not force every point into a cluster.

ε =
MinPts =
Generate a dataset, then step through DBSCAN.
Clusters: — · Noise points: —

· Blue circles = ε-neighborhoods of core points · Cluster colors = DBSCAN clusters · Thick outline = core point · Red X = noise ·

Key Difference from K-Means

DBSCAN does not use centroids and does not require choosing K. Instead, it searches for dense neighborhoods.

What to observe

Notice that some points remain unclustered. DBSCAN allows: "this point does not belong to any dense structure." Those observations become noise points.

Business Interpretation

Noise points may represent anomalies, fraud, abnormal network behavior, isolated customers, or rare operational events. However, DBSCAN only says "unusual relative to dense patterns" — business logic decides whether it is truly problematic.

Card D Module 02

The Certainty Ladder

The three modes do not produce equally strong conclusions

CERTAINTY DECREASES LEFT TO RIGHT MODE 01 Deductive test a known claim "X is true" high certainty MODE 02 Inductive let patterns emerge "The data suggests…" provisional certainty MODE 03 Abductive infer best explanation "Most plausible is…" lower certainty
Certainty is highest where the claim is most constrained — and the analyst's language must move with it.
Card D Module 02

The Certainty Ladder

The three modes do not produce equally strong conclusions

Mapping reasoning mode to tools

ModeTool familyWhat it can — and cannot — do
DeductiveHypothesis tests, regression models, statistical comparisons, A/B tests, controlled experimentsCan test specified relationships against data.
Cannot discover relationships that were not specified in advance.
InductiveClustering techniques, exploratory decision trees, dimensionality reduction, association rule miningCan surface patterns, segments, or rules from the data.
Cannot prove causality or confirm patterns will persist.
AbductiveHypothesis synthesis, causal logic, comparative case reasoning, system understanding — supported by data, not replaced by itCan structure the reasoning behind a best-explanation inference.
No single algorithm produces abductive conclusions; they emerge from disciplined judgment.
Card E Module 02

The Structural Trap

Most analytical errors are structural, not technical

Failure 01 · Overlap

The same driver double-counted

A single underlying driver shows up under multiple categories, getting counted twice and inflating its apparent importance.
We sees two large drivers when there is only one.

Failure 02 · Gap

The driver that's silently missing

A driver is excluded from the structure, leaving an entire region of the problem unexamined.
The blind spot is not visible from inside the analysis.
The picture feels complete because it was complete from a limited frame.

Card E Module 02

The Structural Trap

Most analytical errors are structural, not technical

FailureWhere it shows up in this list
Overlap (not mutually exclusive) "Customer dissatisfaction" overlaps with "product issues," "pricing changes," and "sales team effectiveness" — any of these could cause dissatisfaction.
The same revenue effect could be assigned to multiple categories depending on framing.
Gaps (not collectively exhaustive) Where do channel mix shifts go? Where does seasonality fit? What about changes in subscriber composition
The same number of subscribers but a different mix? None of these have a clear home, so they will likely be missed entirely.
Card E Module 02

The Two MECE Requirements

Mutually Exclusive · Collectively Exhaustive Non-negotiable Requirements

Requirement 01- Mutually Exclusive; No overlaps

The boundaries are clean.

Requirement 02 - Collectively Exhaustive; No gaps

Nothing relevant is missing.

The almost-MECE traps

Trap 01

Soft overlaps

Not overlapping, but share a fuzzy boundary "operational issues" and "process problems"

Trap 02

Mismatched abstraction

Categories at different levels of detail — "pricing," "marketing,"and "South region"

Trap 03

The catch-all category

A final "other" category added to feel exhaustive.

Card E Practice · Interactive

Practice · MECE Auditor

For each branch, decide whether it's clean or which trap it falls into. Then identify what's missing from the structure as a whole.

For each branch, pick a verdict. Then tick any candidate gaps you think are missing.
Card E Module 02

From Bad MECE to Good MECE

Clean structure usually comes from underlying logic

REVENUE DECLINE 12% Why? Volume units sold Price avg per unit Mix composition shift Existing New Lost List Discount Contract Product Segment Channel At each level, the categories don't overlap and together cover the space. The decomposition stops only when each leaf is investigable.
Tree is built from underlying logic. Volume × Price × Mix.The Sub-branches stay MECE since the same discipline applies at every level.
Card E Module 02

From Bad MECE to Good MECE

Clean structure usually comes from underlying logic

MECE is iterative, not one-shot

Initial structures are rarely perfect. The first attempt usually contains overlaps, gaps, or both. This is not a failure of skill — it is the natural result of working on complex problems. Three questions drive each refinement:

Refinement 01

Where do my categories overlap?

If a real example fits more than one category, the structure must be revised.

Refinement 02

What might be missing?

If I imagine an unexpected explanation, where would it go? If there is no place for it, the structure is not exhaustive.

Refinement 03

Are categories at the same level?

If some categories are causes and others symptoms, the structure mixes layers. Re-anchor at one level.

Card E Module 02

From Bad MECE to Good MECE

Clean structure usually comes from underlying logic

Structural tools, no numbers yet

At this stage, the only legitimate tools are logical decomposition methods. They don't produce numbers; they produce structure.

ToolWhat it doesWhen to use
Issue treesHierarchical decomposition of a problem into progressively more specific sub-questions or drivers.A complex business question must be broken into investigable parts.
Logic treesDecomposition driven by the logical structure of the problem ("what must be true for X to occur?").The analyst needs to map conditions that could produce an outcome.
Driver frameworksPre-built structures decomposing specific outcomes (revenue, ARPU, subscriber value) into mathematical components.A well-understood outcome needs analysis and an established decomposition exists.
Card F Module 02

From Thinking to Measuring

Bridge to analysis is the conversion of concepts into variables and hypotheses.

CategoryWhat it isWhat it produces
ConceptAn idea, theme, or area of concern. Usually a noun phrase. "subscriber satisfaction," "network quality," "market position."Discussion. Concepts can be debated but not measured directly — they name the thing of interest without specifying how to observe it.
VariableA measurable expression of a concept. Specifies unit, source, time frame, boundary. "NPS from quarterly survey," "dropped-call rate per cell site."Numbers. Variables produce data — tracked, compared across periods or segments, aggregated. They convert ideas into observations.
HypothesisA specific, testable claim about how variables relate or differ between groups. "App users have lower 90-day churn than non-users."Findings. Hypotheses can be confirmed, rejected, or partially supported. They make analysis directional and decisional.

Concepts come from the issue tree. Variables come from translating concepts into measurement. Hypotheses come from connecting variables in claims that can be tested.

Card F Module 02

Concept → Variable → Hypothesis

Each stage adds specificity. By the end, the analyst knows exactly what data to pull, what comparison to make, and what answer would settle the question.

StageStatementStatus
Concept (raw)"Subscriber satisfaction"Discussion-level only. No measurement defined. Cannot be analysed yet.
Concept (refined)"Satisfaction with the service experience over the past 90 days"Discussion-level, but specific. Tells us what to measure conceptually, not how.
VariablesQuarterly NPS (survey-based) · monthly support-ticket rate per active account · 90-day app-engagement retentionMeasurable, but not yet investigative. We can track these, but have not stated what we expect or want to test.
Hypothesis"Accounts with NPS < 7 in the past two quarters have ≥ 3x the 90-day churn rate of accounts with NPS ≥ 7, after controlling for tenure and ARPU."Testable. An analytical claim that can be confirmed, rejected, or refined with data.

Each stage adds specificity.To Know What data to pull, what comparison to make, and what answer to settle the question.

Card F Module 02

Concept → Variable → Hypothesis Cont'd

What happens without the conversion
Description vs investigation

Stop at the concept level — "subscriber satisfaction" — produces a deck of charts about NPS trends and support tickets. The conclusions stay vague: "NPS has declined," "tickets are up." Stakeholders nod. Nothing specific is decided.

Produces a finding with an explicit hypothesis: "Low-NPS accounts churn at three times the rate of high-NPS accounts; addressing satisfaction in this segment is worth ~$X in retained revenue." The first analyst described the situation. The second answered a question that drives action.

Card F Module 02

Concept → Variable → Hypothesis Cont'd

Three properties of a useful hypothesis

Property 01

Specificity

The relationship is named precisely.
Vague claims ("X may relate to Y") do not qualify.
Directional, magnitude-bearing claims do.

Property 02

Falsifiability

The hypothesis can be wrong.
There must be evidence that, if observed, would force rejection.
A claim that cannot be wrong is a belief, not a hypothesis.

Property 03

Connection to structure

The hypothesis traces back to a specific branch of the MECE issue tree.
The analytical expression of a particular driver.

Card F Practice · Interactive

Practice · Hypothesis Builder

Select the best variable definition, then select the best hypothesis.

Pick one variable definition and one hypothesis, then check.
Card F Module 02

Tools Finally Open Up

The inferential methods become legitimate for the first time.

Once structure has been translated into variables and hypotheses, formal analytical tools become legitimate for the first time — because there is now something concrete for those tools to operate on. Variables have been defined. Hypotheses have been articulated. The analyst can finally select methods designed to test specific claims rather than to explore unstructured data.

MethodWhat it does
Descriptive statisticsMeans, medians, distributions that characterise each variable — foundational before testing relationships.
Comparisons across segments / periodsSide-by-side examinations that test whether differences exist between groups — the simplest hypothesis test.
Regression modelsQuantify relationships, control for confounders, test directional claims. Appropriate when hypotheses are specific.
Classification techniquesPredict category membership from input variables. A tool of prediction, not discovery — see Card D.
Hypothesis testsFormal statistical tests that quantify the strength of evidence for or against a specific claim.
Card F Module 02

Tools Finally Open Up

The inferential methods become legitimate for the first time.

The principle that governs tool choice

Tool choice is subordinate to variable definition. No method can compensate for poorly defined variables. A regression on vague variables produces vague results dressed up as precise ones.

Conversely, well-defined variables enable multiple methods appropriately.
Disciplined definition expands the range of legitimate methods. Sloppy definition collapses it.

Key Takeaway
Structure creates clarity; variables and hypotheses create analysis.
Module 02 · Assessment

Knowledge Check

Five questions to consolidate what you've learned across Cards D, E, and F. Select the best answer.

0 / 5 answered
Q1 — A subscription operator has never categorised its subscribers and asks: "Are there natural groupings we should be aware of?" What reasoning mode does this require?
A
Deductive — testing whether known segments hold
B
Inductive — letting structure emerge from the data
C
Abductive — inferring the most plausible explanation
D
Classification — assigning subscribers to existing labels
No predefined segments, no hypothesis about how subscribers group — the structure has to emerge from the data. Clustering is the legitimate tool family; classification (D) would only fit if the segments were already known and the question was "which segment is this subscriber in?"
Module 02 · Assessment

Knowledge Check

Five questions to consolidate what you've learned across Cards D, E, and F. Select the best answer.

0 / 5 answered
Q2 — An analyst uses K-Nearest Neighbors (KNN) on labelled training data to "identify subscriber segments" in a new dataset. What's wrong with describing this as discovery?
A
Nothing — KNN is a discovery algorithm
B
KNN is too simple to count as discovery
C
KNN applies pre-existing labels — the structure was input, not output
D
KNN only works when the segments are already discovered
KNN is a supervised classification method — it takes labels that already exist and applies them to new observations. Nothing was "discovered." The structure was supplied in the training data; the algorithm just propagated it. Calling this discovery overstates what the analysis produced.
Module 02 · Assessment

Knowledge Check

Five questions to consolidate what you've learned across Cards D, E, and F. Select the best answer.

0 / 5 answered
Q3 — A decomposition of "why is revenue down?" includes "customer dissatisfaction" and "product issues" as separate branches. Which MECE failure is this?
A
Not mutually exclusive — product issues can cause dissatisfaction
B
Not collectively exhaustive — some drivers are missing
C
Mismatched abstraction — they're at different levels
D
Catch-all category — one of them is a hiding place
A revenue loss caused by a product fault can be attributed to "product issues" or to "customer dissatisfaction" — both branches claim the same effect. The same driver gets double-counted, inflating its apparent importance. This is the classic mutual-exclusivity failure.
Module 02 · Assessment

Knowledge Check

Five questions to consolidate what you've learned across Cards D, E, and F. Select the best answer.

0 / 5 answered
Q4 — An analyst has built a clean MECE issue tree but reports: "Looking at the data, satisfaction seems concerning, tickets are up, and NPS has declined." What's the most fundamental issue with this output?
A
The structure is wrong — needs more branches
B
Variables were defined but no hypothesis was formulated — output is descriptive, not investigative
C
Wrong tools were used — needs regression
D
Sample size is too small
The analyst stopped at variables. They measured NPS and tickets, but no hypothesis specified what would be surprising, what comparison would settle a question, or what claim the data could refute. Variables without hypotheses produce a tour, not a test — description, not investigation.
Module 02 · Assessment

Knowledge Check

Five questions to consolidate what you've learned across Cards D, E, and F. Select the best answer.

0 / 5 answered
Q5 — Which of these is the most useful hypothesis for the branch "subscriber satisfaction" in a churn analysis?
A
"Subscriber satisfaction is related to churn."
B
"NPS measures subscriber satisfaction."
C
"Accounts with NPS < 7 over two quarters churn at ≥ 3x the rate of accounts with NPS ≥ 7, after controlling for tenure and ARPU."
D
"Satisfied subscribers tend to stay."
(A) is too vague to test. (B) is a variable definition, not a hypothesis. (D) is too general and could never be falsified by any specific data pattern. (C) has all three properties: specificity (named magnitude and threshold), falsifiability (specific data would refute it), and connection to structure (a particular driver under satisfaction).
About Us

Module 02 · The Skeleton